net.conf.preferCgo (field)

6 uses

	net (current package)
		conf.go#L57: 	preferCgo bool // if no explicit preference, use cgo
		conf.go#L128: 	confVal.preferCgo = false
		conf.go#L137: 		confVal.preferCgo = true
		conf.go#L153: 		confVal.preferCgo = true
		conf.go#L160: 		confVal.preferCgo = true
		conf.go#L255: 	} else if c.preferCgo {